object frmExtraOptions: TfrmExtraOptions Left = 284 Top = 194 BorderIcons = [] BorderStyle = bsSingle Caption = 'Extra options' ClientHeight = 378 ClientWidth = 280 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 281 Height = 193 BevelInner = bvRaised BorderStyle = bsSingle TabOrder = 0 object radgDeEmphasis: TRadioGroup Left = 8 Top = 8 Width = 129 Height = 89 Caption = 'DeEmphasis type' ItemIndex = 0 Items.Strings = ( '&None' '&50/15 microsec.' 'C&ITT j.17 ') TabOrder = 0 end object radgPsycho: TRadioGroup Left = 144 Top = 8 Width = 121 Height = 89 Caption = 'Psychoacoustic' ItemIndex = 1 Items.Strings = ( 'Model &1' 'Model &2') TabOrder = 1 end object grpFlags: TGroupBox Left = 8 Top = 104 Width = 257 Height = 73 Caption = 'Flags' TabOrder = 2 object chkPrivateBit: TCheckBox Left = 8 Top = 20 Width = 81 Height = 17 Caption = '&Private Bit' TabOrder = 0 end object chkErrorProtection: TCheckBox Left = 8 Top = 44 Width = 105 Height = 17 Caption = '&Error P. (CRC)' TabOrder = 1 end object chkCopyrighted: TCheckBox Left = 144 Top = 20 Width = 89 Height = 17 Caption = '&Copyrighted' TabOrder = 2 end object chkOriginal: TCheckBox Left = 144 Top = 44 Width = 65 Height = 17 Caption = '&Original' State = cbChecked TabOrder = 3 end end end object Panel2: TPanel Left = 0 Top = 192 Width = 281 Height = 145 BevelInner = bvRaised BorderStyle = bsSingle Ctl3D = True ParentCtl3D = False TabOrder = 1 object radgThrPriority: TRadioGroup Left = 8 Top = 8 Width = 121 Height = 121 Caption = '&Thread priority' ItemIndex = 1 Items.Strings = ( 'Idle' 'Lowest' 'Lower' 'Normal') TabOrder = 0 end object grpMisc: TGroupBox Left = 135 Top = 8 Width = 130 Height = 121 Caption = 'Misc' TabOrder = 1 object lblJitter: TLabel Left = 48 Top = 48 Width = 68 Height = 13 Caption = 'Jitter blocks' Enabled = False end object chkAutoFC: TCheckBox Left = 8 Top = 16 Width = 105 Height = 17 Caption = 'Auto freq/chan' State = cbChecked TabOrder = 0 end object udJittersize: TUpDown Left = 25 Top = 40 Width = 12 Height = 21 Associate = txtJittersize Enabled = False Min = 0 Max = 8 Position = 0 TabOrder = 1 Thousands = False Wrap = False end object txtJittersize: TEdit Left = 8 Top = 40 Width = 17 Height = 21 Hint = 'Increase when having trouble encoding from CD' Enabled = False ParentShowHint = False ReadOnly = True ShowHint = True TabOrder = 2 Text = '0' end end end object btnClose: TButton Left = 192 Top = 344 Width = 81 Height = 33 Caption = 'Close' Default = True TabOrder = 2 OnClick = btnCloseClick end end